home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Minami 58
/
MINAMI58.ISO
/
Varios
/
Juegos Flash
/
Gold Yard.exe
/
scripts
/
DefineButton2_306
/
BUTTONCONDACTION on(keyPress z).as
next >
Wrap
Text File
|
2003-04-29
|
129b
|
9 lines
on(keyPress "z"){
slot = Number(slot) + 1;
if(4 < Number(slot))
{
slot = 1;
}
call("activeslot");
}